UInt16NINumericUInt16NSubtract Method
Subtracts the specified value from the current value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.Subtract(
UInt16N value
)
Private Function Subtract (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).Subtract
private:
virtual UInt16N Subtract(
UInt16N value
) sealed = INumeric<UInt16N>::Subtract
private abstract Subtract :
value : UInt16N -> UInt16N
private override Subtract :
value : UInt16N -> UInt16N
- value UInt16N
- The value to subtract from the current value.
UInt16NThe result of subtracting
value from the current value.
INumericTSelfSubtract(TSelf)